projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b6fd02
)
(sh-mode): Add autoload cookie.
author
Erik Naggum
<erik@naggum.no>
Fri, 19 Jan 1996 00:10:34 +0000
(
00:10
+0000)
committer
Erik Naggum
<erik@naggum.no>
Fri, 19 Jan 1996 00:10:34 +0000
(
00:10
+0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 3c744e66ae04932cfa9d3a8ff0598f31eba60f8f..99f0121284ea00990ccfc4d3cc564889b8fb3c1c 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-546,6
+546,8
@@
upto the next one or end of buffer into a string.")
;;;###autoload
(put 'sh-mode 'mode-class 'special)
+
+;;;###autoload
(defun sh-mode ()
"Major mode for editing shell scripts.
This mode works for many shells, since they all have roughly the same syntax,